home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Graphics
/
Plotting
/
GnuTerm_1.1a
/
GnuTerm.app
/
English.lproj
/
gnuview.nib
/
data.classes
next >
Wrap
Text File
|
1995-07-19
|
581b
|
44 lines
GnuView = {
ACTIONS = {
};
OUTLETS = {
prInfo;
};
SUPERCLASS = View;
};
gnuviewController = {
ACTIONS = {
deactivate:;
activatePushed:;
windowWillClose:;
windowDidBecomeMain:;
activate:;
};
OUTLETS = {
gnuView;
window;
activateButton;
controller;
};
SUPERCLASS = Object;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
Controller = {
ACTIONS = {
setKeyTitle:;
appDidInit:;
printPScodeInKey:;
newGnuView:;
};
OUTLETS = {
NameField;
activeTerm;
keyTerm;
};
SUPERCLASS = Object;
};